projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa6e9b
)
armv8: ls1046a: Enable DDR erratum for ls1046a
author
Shengzhou Liu
<
[email protected]
>
Wed, 7 Sep 2016 09:56:11 +0000
(17:56 +0800)
committer
York Sun
<
[email protected]
>
Wed, 14 Sep 2016 21:10:44 +0000
(14:10 -0700)
Enable ERRATUM_A008511, ERRATUM_A009801, ERRATUM_A009803,
ERRATUM_A009942, ERRATUM_A010165
Signed-off-by: Shengzhou Liu <
[email protected]
>
Signed-off-by: Gong Qianyu <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
arch/arm/include/asm/arch-fsl-layerscape/config.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-fsl-layerscape/config.h
b/arch/arm/include/asm/arch-fsl-layerscape/config.h
index b27087df78e887dbdd1d502063ac398b51b1c51a..81a5e7c6cf92de11d7bf6b9435fca560f2403011 100644
(file)
--- a/
arch/arm/include/asm/arch-fsl-layerscape/config.h
+++ b/
arch/arm/include/asm/arch-fsl-layerscape/config.h
@@
-240,6
+240,12
@@
#define GICC_BASE 0x01420000
#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
+
+#define CONFIG_SYS_FSL_ERRATUM_A008511
+#define CONFIG_SYS_FSL_ERRATUM_A009801
+#define CONFIG_SYS_FSL_ERRATUM_A009803
+#define CONFIG_SYS_FSL_ERRATUM_A009942
+#define CONFIG_SYS_FSL_ERRATUM_A010165
#else
#error SoC not defined
#endif